Zadig 文档
Zadig
教程
博客
论坛
关于
中文英文
Zadig
教程
博客
论坛
关于
Zadig v4.1
Loading...
     编辑文档
     反馈问题
     社区讨论

    本页导航

    v1.7.1 Release Notes

    Zadig v1.7.1 was released on December 8, 2021.

    # Feature List

    • Authentication supports standardized OAuth2 extension development
    • Build configuration supports custom resource specifications
    • Several issue fixes in permission management module
    • Several issue fixes in authentication and account modules

    # Version Upgrade Process

    Warning

    If current system version < v1.7.0, please first upgrade to v1.7.0. For specific upgrade process, see v1.7.0 Upgrade Method, then follow the method below to upgrade to v1.7.1

    # Database Backup

    If already in production use, be sure to backup the database before upgrading

    1. Database backup commands:
    • Backup MongoDB data
    mongodump -h IP --port PORT -u USERNAME -p PASSWORD -d DATABASE -o FILE_PATH
    
    1
    • Backup MySQL data
    mysqldump -h <HOST> -P <PORT> -u root -p user > user.sql
    mysqldump -h <HOST> -P <PORT> -u root -p dex > dex.sql
    
    1
    2
    1. Database restore commands:
    • Restore MongoDB data
    mongorestore -h IP --port PORT -u USERNAME -p PASSWORD -d DATABASE --drop FILE_PATH
    
    1
    • Restore MySQL data
    # Execute the following in MySQL:
    mysql> drop database user;
    mysql> create database user;
    mysql> drop database dex;
    mysql> create database dex;
    # Execute the following data recovery operations from command line:
    mysql -h <HOST> -P <PORT> -u root -p user < user.sql
    mysql -h <HOST> -P <PORT> -u root -p dex < dex.sql
    
    1
    2
    3
    4
    5
    6
    7
    8

    # Upgrade Operations

    1. If installed using All in One Installation Mode and Installation on Existing Kubernetes, both use scripts from Installation on Existing KubernetesNew for upgrade. You need to re-export parameters before executing upgrade scripts.

    2. If installed using Helm Command Installation, execute the following steps to upgrade to v1.7.1:

      1. Get helm values from zadig environment by executing the following command.
      helm get values <Release Name> -n <Zadig Namespace>  > zadig.yaml
      
      1

      Check the zadig.yaml file. If the yaml contains image information, it needs to be manually deleted.

      1. Execute the following command to upgrade.
      export NAMESPACE=<Zadig Installation NAMESPACE>
      
      helm repo update
      helm upgrade -f zadig.yaml <release_name> koderover-chart/zadig --namespace ${NAMESPACE} --version=1.7.1
      
      1
      2
      3
      4

    ← v1.8.0 Release Notesv1.7.0 Release Notes→

    资源
    教程
    论坛
    博客
    公司
    关于
    客户故事
    加入我们
    联系我们
    微信扫一扫
    hello@koderover.com

    © 2026 筑栈(上海)信息技术有限公司 沪 ICP 备 19000177 号 - 1

    •  跟随系统
    •  浅色模式
    •  深色模式
    •  阅读模式